From: Richard M. Stallman Date: Fri, 3 Sep 2004 17:23:29 +0000 (+0000) Subject: (normal-top-level): Undo previous TERM change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21173 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1e5294d110b8809c298285d298979bf7aabc62b1;p=emacs.git (normal-top-level): Undo previous TERM change. --- diff --git a/lisp/startup.el b/lisp/startup.el index c1b25b1867d..f376fe5e0e1 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -348,9 +348,6 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." ;; `user-full-name' is now known; reset its standard-value here. (put 'user-full-name 'standard-value (list (default-value 'user-full-name))) - ;; Subprocesses of Emacs do not have direct access to the terminal, - ;; so unless told otherwise they should only assume a dumb terminal. - (setenv "TERM" "dumb") ;; For root, preserve owner and group when editing files. (if (equal (user-uid) 0) (setq backup-by-copying-when-mismatch t))